home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / picfld10.zip / TEST.POV < prev   
Text File  |  1994-06-12  |  378b  |  20 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3.  
  4. camera {
  5.  location  <-1, 24, -30 >
  6.  direction <0.0, 0.0, 0.9 >
  7.  up        <0.0, 1.0, 0.0 >
  8.  right     <1.33, 0.0, 0.0 >
  9.  look_at   <0,5,0>
  10. }
  11.  
  12. light_source{< 71 ,  48 , -12 > color White }
  13. light_source{< 91 ,  48 , 12 > color White }
  14.  
  15. union {
  16. #include "test.inc"
  17. texture { pigment { Silver } finish { Dull } }
  18. }
  19.  
  20.